PE File Resource Basics

Resources are data that define the visible portions of your Windows program. Resources provide a consistent user interface that makes it easy for users to switch from one Windows program to another. A resource might be displayed in an application as error messages or as part of the user interface. Resources can contain data in a number of forms, including strings, images, dialogs, and persisted objects. In general, a Windows application's resources are separated from the program code, letting you make significant changes to the interface without recompiling your entire application.

STANDARD RESOURCES

BITMAP

MENU

ACCELERATORS

DIALOG

STRINGTABLE

DELPHI FORM

VERSIONINFO

APPLICATION MANIFEST


CONTROL CLASSES AND STYLES

CONTROL CLASSES

WINDOW STYLES

WINDOW EXTENDED STYLES

BUTTON STYLES

COMBO BOX STYLES

EDIT CONTROL STYLES

LIST BOX CONTROL STYLES

SCROLL BAR STYLES

STATIC CONTROL STYLES

DIALOG BOX STYLES

UP-DOWN CONTROL STYLES